home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / c / pmm / doku / thirdpartytools / genproto.readme < prev    next >
Text File  |  1999-06-14  |  564b  |  15 lines

  1. Short:    v1.2, extract and sort prototypes from C/C++ sources
  2. Author:   Nicolas Pomarede (pomarede@isty-info.uvsq.fr)
  3. Uploader: Nicolas Pomarede (pomarede@isty-info.uvsq.fr)
  4. Type:     dev/c
  5.  
  6. This is version 1.2 of GenProto, a little tool to create indexes
  7. of all the functions contained in C/C++ sources files.
  8. Functions can then be sorted to create a sort of table of content
  9. of your source files. You can then browse your sources more quickly
  10. when looking for a function.
  11.  
  12. As a little example, type: genproto main.c
  13.  
  14. See README for more detailled informations.
  15.